A simple regular expression is used to extract the latitude and longitude from the XML. 使用简单的正则表达式从XML提取纬度和经度。
You can compare data to a regular expression; if they match, you know your data is valid. 您可以将数据与正则表达式进行比较,如果它们匹配,则知道数据是有效的。
Thus," admin "constitutes a regular expression. 因此,“admin”就构成了一个正则表达式。
The Matcher offers several methods to test regular expression: matches(), lookingAt(), and find(). Matcher提供了几个方法来测试正则表达式:matches()、lookingAt()和find()。
It represents a regular expression and provides the logic to match the regular expression against strings. 它表示一个正则表达式并提供了使正则表达式与字符串相匹配的逻辑。
Table 1 shows some common regular expression operators. 表1显示了一些常用的正则表达式操作符。
In this particular regular expression, we encounter the '[ [: space:]]'character class. 在这个特别的规则表达式中,出现了'[[:space:]]'字符类。
If you do not compile the regular expression, all matches fail. 如果没有对正则表达式执行编译,那么所有匹配将失败。
A regular expression can also include repetition modifiers. 正则表达式还可以包括重复修饰符。
This application makes use of the regular expression classes from the Apache Jakarta ORO2.0.7 framework. 该应用程序利用了ApacheJakartaORO2.0.7框架中的正规表达式类。
Notice that you first ran a regular expression on it. 请注意,首先在其上运行了一个正则表达式。
Rule-based analysis is the extraction of information from text through regular expression rules. 基于规则的分析通过正则表达式规则从文本中提取出信息。
A mask is a regular expression that represents text that should be ignored during a comparison. 一个蒙版就是个正则表达式,它代表了一次比较期间应该被忽略的文本。
If the input text matches the regular expression, what this method returns is true. 如果输入文本与正则表达式匹配,则该方法返回true。
In fact, if you like, you can check names by regular expression or by other computation. 事实上,如果愿意的话,可以通过正则表达式或其他计算检查这些属性名。
The pattern emulates the functions of a traditional JavaScript regular expression ( regex). 该模式模拟了传统JavaScript正则表达式(regex)的函数。
This is a glob pattern ( a shell-style regular expression) of function names to ignore. 这是一个要忽略的函数名的glob模式(shell样式的正则表达式)。
In programming, a regular expression is written in a formal language, also known as regex or regexp. 在编程中,正则表达式是用一种形式语言编写的,也称为regex或regexp。
Note that this is not regular expression matching as used by grep. 注意:这不是grep使用的正则表达式匹配。
That's accomplished through the use of the replace() function along with a regular expression. 替换过程使用replace()函数和正则表达式完成。
For example, the regular expression ABC will match the string ABC but not DEF. 例如,正则表达式ABC将与字符串ABC匹配,但不与DEF匹配。
Any regular expression can be used. 任何正则表达式都可以使用。
So, '/^#/'is a regular expression. 因此,'/^/'是一个规则表达式。
In the meantime, you might want to check out the following sed and regular expression resources. 同时,您可能想查看下列sed和规则表达式资源。
You can write this pattern as a regular expression in the following way. 您可以按下列方式将该模式写为一个正则表达式。
You can use this to break up your regular expression into more readable parts. 你可以使用这个特性轻松地使你的正则表达式分为更多的可读部分。
I use a finite state machine in the regular expression is achieved. 我的一个利用有限状态机的正则表达式的实现。
The regular expression serves as a template for matching a character pattern to the string being searched. 正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。
Finally, you can use a regular expression to search for and replace the tags. 最后,可以使用正则表达式来搜索和替换标记。
Regular Expression and Application in Information Extraction ( informal) very angry. 正则表达式及其在信息抽取中的应用(非正式)非常愤怒。